LoadFromMp3(SoundBuffer, Stream, SampleQuality, bool)

Method

Namespace: Vox.Decoders

Declared in: Vox.Decoders.Mp3


Loads and resamples the data from MP3 stream to the specified SoundBuffer.

Syntax

public static void LoadFromMp3(
	SoundBuffer buffer,
	Stream stream,
	SampleQuality quality,
	bool closeStream
)

Remarks

The stream should be finite.
Back to index